\(\int x^2 (a (b x^m)^n)^{-\frac {1}{m n}} \, dx\) [196]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [A] (verification not implemented)
   Maxima [A] (verification not implemented)
   Giac [A] (verification not implemented)
   Mupad [B] (verification not implemented)

Optimal result

Integrand size = 22, antiderivative size = 25 \[ \int x^2 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx=\frac {1}{2} x^3 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \]

[Out]

1/2*x^3/((a*(b*x^m)^n)^(1/m/n))

Rubi [A] (verified)

Time = 0.01 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.091, Rules used = {1971, 30} \[ \int x^2 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx=\frac {1}{2} x^3 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \]

[In]

Int[x^2/(a*(b*x^m)^n)^(1/(m*n)),x]

[Out]

x^3/(2*(a*(b*x^m)^n)^(1/(m*n)))

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rule 1971

Int[(u_.)*((c_.)*((d_.)*((a_.) + (b_.)*(x_))^(n_))^(q_))^(p_), x_Symbol] :> Dist[(c*(d*(a + b*x)^n)^q)^p/(a +
b*x)^(n*p*q), Int[u*(a + b*x)^(n*p*q), x], x] /; FreeQ[{a, b, c, d, n, q, p}, x] &&  !IntegerQ[q] &&  !Integer
Q[p]

Rubi steps \begin{align*} \text {integral}& = \left (x \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}}\right ) \int x \, dx \\ & = \frac {1}{2} x^3 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00 \[ \int x^2 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx=\frac {1}{2} x^3 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \]

[In]

Integrate[x^2/(a*(b*x^m)^n)^(1/(m*n)),x]

[Out]

x^3/(2*(a*(b*x^m)^n)^(1/(m*n)))

Maple [A] (verified)

Time = 0.18 (sec) , antiderivative size = 25, normalized size of antiderivative = 1.00

method result size
gosper \(\frac {x^{3} {\left (a \left (b \,x^{m}\right )^{n}\right )}^{-\frac {1}{m n}}}{2}\) \(25\)
parallelrisch \(\frac {x^{3} {\left (a \left (b \,x^{m}\right )^{n}\right )}^{-\frac {1}{m n}}}{2}\) \(25\)

[In]

int(x^2/((a*(b*x^m)^n)^(1/m/n)),x,method=_RETURNVERBOSE)

[Out]

1/2*x^3/((a*(b*x^m)^n)^(1/m/n))

Fricas [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.84 \[ \int x^2 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx=\frac {1}{2} \, x^{2} e^{\left (-\frac {n \log \left (b\right ) + \log \left (a\right )}{m n}\right )} \]

[In]

integrate(x^2/((a*(b*x^m)^n)^(1/m/n)),x, algorithm="fricas")

[Out]

1/2*x^2*e^(-(n*log(b) + log(a))/(m*n))

Sympy [A] (verification not implemented)

Time = 1.06 (sec) , antiderivative size = 17, normalized size of antiderivative = 0.68 \[ \int x^2 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx=\frac {x^{3} \left (a \left (b x^{m}\right )^{n}\right )^{- \frac {1}{m n}}}{2} \]

[In]

integrate(x**2/((a*(b*x**m)**n)**(1/m/n)),x)

[Out]

x**3/(2*(a*(b*x**m)**n)**(1/(m*n)))

Maxima [A] (verification not implemented)

none

Time = 0.31 (sec) , antiderivative size = 38, normalized size of antiderivative = 1.52 \[ \int x^2 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx=\frac {x^{3}}{2 \, a^{\frac {1}{m n}} b^{\left (\frac {1}{m}\right )} {\left ({\left (x^{m}\right )}^{n}\right )}^{\frac {1}{m n}}} \]

[In]

integrate(x^2/((a*(b*x^m)^n)^(1/m/n)),x, algorithm="maxima")

[Out]

1/2*x^3/(a^(1/(m*n))*b^(1/m)*((x^m)^n)^(1/(m*n)))

Giac [A] (verification not implemented)

none

Time = 0.32 (sec) , antiderivative size = 21, normalized size of antiderivative = 0.84 \[ \int x^2 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx=\frac {1}{2} \, x^{2} e^{\left (-\frac {n \log \left (b\right ) + \log \left (a\right )}{m n}\right )} \]

[In]

integrate(x^2/((a*(b*x^m)^n)^(1/m/n)),x, algorithm="giac")

[Out]

1/2*x^2*e^(-(n*log(b) + log(a))/(m*n))

Mupad [B] (verification not implemented)

Time = 5.68 (sec) , antiderivative size = 24, normalized size of antiderivative = 0.96 \[ \int x^2 \left (a \left (b x^m\right )^n\right )^{-\frac {1}{m n}} \, dx=\frac {x^3}{2\,{\left (a\,{\left (b\,x^m\right )}^n\right )}^{\frac {1}{m\,n}}} \]

[In]

int(x^2/(a*(b*x^m)^n)^(1/(m*n)),x)

[Out]

x^3/(2*(a*(b*x^m)^n)^(1/(m*n)))